home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / include / RCS / dbg.h,v < prev    next >
Encoding:
Text File  |  1992-07-17  |  2.1 KB  |  105 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  srv030:1.3 srv027:1.3 srv026:1.3 srv024:1.3 srv021:1.3 srv019:1.3 srv018:1.3 srv016:1.3 srv014:1.3 srv010:1.3 srv008:1.3 srv007:1.3 srv006:1.3 srv005:1.3 srv004:1.3 srv003:1.3 srv002:1.3 srv001:1.3;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.3
  10. date     92.04.02.18.46.43;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     91.11.11.23.01.53;  author kupfer;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     91.10.27.16.27.42;  author kupfer;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @Add hack definition of dbg_UsingSyslog.
  32. @
  33. text
  34. @/*
  35.  * dbg.h --
  36.  *
  37.  *    Stub debugger declarations.  This file may get more useful 
  38.  *    stuff put in it if we ever want to run the Sprite server 
  39.  *    standalone.
  40.  *
  41.  * Copyright 1991 Regents of the University of California
  42.  * Permission to use, copy, modify, and distribute this
  43.  * software and its documentation for any purpose and without
  44.  * fee is hereby granted, provided that this copyright
  45.  * notice appears in all copies.  The University of California
  46.  * makes no representations about the suitability of this
  47.  * software for any purpose.  It is provided "as is" without
  48.  * express or implied warranty.
  49.  *
  50.  * $Header: /user5/kupfer/spriteserver/include/RCS/dbg.h,v 1.2 91/11/11 23:01:53 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
  51.  */
  52.  
  53. #ifndef _DBG
  54. #define _DBG
  55.  
  56. #include <sprite.h>
  57. #include <stdlib.h>
  58.  
  59. /* Hack for source compatibility. */
  60. #define dbg_UsingNetwork    FALSE
  61.  
  62. /*
  63.  * Debugger using syslog to dump output of call command or not.
  64.  */
  65. #if 0
  66. extern    Boolean    dbg_UsingSyslog;
  67. #endif
  68. #define dbg_UsingSyslog    FALSE
  69.  
  70. /*
  71.  * Macro to get the debugger invoked.  Unlike in native Sprite, this
  72.  * call isn't continuable.
  73.  */
  74.  
  75. #define DBG_CALL    abort()
  76.  
  77. #endif /* _DBG */
  78. @
  79.  
  80.  
  81. 1.2
  82. log
  83. @Snapshot.  net and rpc modules work.
  84. @
  85. text
  86. @d17 1
  87. a17 1
  88.  * $Header: /r3/kupfer/spriteserver/include/RCS/dbg.h,v 1.1 91/10/27 16:27:42 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
  89. d28 8
  90. @
  91.  
  92.  
  93. 1.1
  94. log
  95. @Initial revision
  96. @
  97. text
  98. @d17 1
  99. a17 1
  100.  * $Header: /sprite/lib/forms/RCS/proto.h,v 1.7 91/02/09 13:24:52 ouster Exp $ SPRITE (Berkeley)
  101. d23 5
  102. a27 1
  103. #include <libc.h>
  104. @
  105.